home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / slunec / app / 2060_2493.exe / {app} / Language / Custom,2.lng < prev    next >
Text File  |  2003-12-02  |  18KB  |  627 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // ConTEXT - USER CUSTOMIZABLE LANGUAGE FILE
  4. //
  5. //   prefixes: btn  - button
  6. //             cb   - check box, combo box
  7. //             fm   - form
  8. //             gb   - group box
  9. //             lab  - label
  10. //             mi   - menu item
  11. //             pg   - tabsheet capton
  12. //             pn   - panel
  13. //             pop  - pop-menu item
  14. //             rg   - radio group
  15. //             rb   - radio button
  16. //
  17. //   Note for translators: "\n" will be replaced with linebreak
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20.  
  21. [LanguageDescriptor]
  22. Name=Custom
  23.  
  24. [fmMain]
  25. miAbout="&About..."
  26. miCascade="&Cascade"
  27. miClose="&Close"
  28. miCloseAll="Close All &Files"
  29. miCodeTemplate="&Code Templates..."
  30. miConsoleOutput="Console &Output"
  31. miConversion="&Convert Text To..."
  32. miConvertToDOS="&DOS (CRLF)"
  33. miConvertToMAC="&Macintosh (CR only)"
  34. miConvertToUNIX="&UNIX (LF only)"
  35. miCopyTo="Cop&y To..."
  36. miCustomizeTypes="&Customize Types..."
  37. miExit="E&xit"
  38. miExport="&Export"
  39. miExportRegistrySettings="E&xport Registry Settings..."
  40. miExportToHTML="To &Hypertext markup language (HTML)"
  41. miExportToRTF="To &Rich text format (RTF)"
  42. miFile="&File"
  43. miGoToLine="&Go To Line"
  44. miHelp="&Help On Keyword"
  45. miHelpContents="&Contents"
  46. miHelpOnKeyword="Help On &Keyword"
  47. miInsertFileAtCurrentPosition="&Insert File At Current Position..."
  48. miJumpToBookmark="&Jump To Bookmark"
  49. miLockFileForChanges="&Lock File For Changes"
  50. miManageMacros="&Manage Macros"
  51. miNew="&New"
  52. miNextWindow="&Next Window"
  53. miViewOEMCharset="O&EM Charset"
  54. miOpen="&Open..."
  55. miOptions="&Options"
  56. miPageSetup="Pa&ge Setup..."
  57. miPlayMacro="&Play Macro"
  58. miPreferences="&Environment Options..."
  59. miPreviousWindow="&Previous Window"
  60. miPrint="&Print..."
  61. miPrintPreview="P&rint Preview..."
  62. miRecentFiles="Recen&t Files"
  63. miShowSpecialCharacters="S&how Special Characters"
  64. miFileRecentProjects="Recent Pro&jects"
  65. miProject="&Project"
  66. miProjectNew="&New..."
  67. miProjectOpen="&Open..."
  68. miProjectClose="&Close"
  69. miProjectFiles="&Project Files"
  70. miProjectRecent="&Recent Projects"
  71. miProjectManageFileList="&Manage File List..."
  72. miAppendFile="Appe&nd File..."
  73. miRecordMacro="&Record Macro"
  74. miRename="Rena&me..."
  75. miSave="&Save"
  76. miSaveAllFiles="Save A&ll Files"
  77. miSaveAs="Save &As..."
  78. miSearchResults="Search &Results"
  79. miSetBookmark="&Set Bookmark"
  80. miSetHighlighter="&Set Highlighter"
  81. miShellExecute="S&hell Execute"
  82. miShowFileTabs="&File Tabs"
  83. miShowToolbar="&Toolbar"
  84. miStayOnTop="&Stay On Top"
  85. miTileHorizontal="Tile &Horizontal"
  86. miTileVertical="Tile &Vertical"
  87. miTools="&Tools"
  88. miUserCommand1="User Command &1"
  89. miUserCommand2="User Command &2"
  90. miUserCommand3="User Command &3"
  91. miUserCommand4="User Command &4"
  92. miView="&View"
  93. miViewFileList="File &List"
  94. miViewFilePanel="File &Panel"
  95. miWindow="&Window"
  96. miWordwrap="&Wordwrap"
  97. miWriteBlockToFile="&Write Block To File..."
  98. miReloadActiveHighlighter="R&eload Active Highlighter"
  99. popCloseFile="C&lose File"
  100. popExplorerLarge="Large Icons"
  101. popExplorerSmall="Small Icons"
  102. popExplorerList="List"
  103. popExplorerDetail="Detail"
  104. popTrayRestore="&Restore"
  105. popTrayExit="E&xit"
  106. miProjectOpenAllFiles="&Open All Files"
  107. miProjectCloseAllFiles="C&lose All Files"
  108. miViewCodeExplorer="Code E&xplorer"
  109.  
  110. [fmFind]
  111. FormCaption="Find Text"
  112. btnClose="Close"
  113. btnFindNext="&Find"
  114. btnReplace="&Replace"
  115. btnReplaceAll="Replace &All"
  116. cbBackward="&Backward"
  117. cbCase="Ca&se sensitive"
  118. cbWholeWords="W&hole words only"
  119. cbRegExp="R&egular expressions"
  120. gbOptions="Options"
  121. gbOrigin="Origin"
  122. gbScope="Scope"
  123. labFind="Fi&nd what:"
  124. labReplace="Replace &with:"
  125. rbOriginFromBeginning="From the &top"
  126. rbOriginFromCursor="From &cursor"
  127. rbScopeAllFiles="A&ll files"
  128. rbScopeFile="C&urrent file"
  129. rbScopeSelection="&Selection only"
  130.  
  131. [fmEditor]
  132. miCommentUncommentCode="&Comment/Uncomment Code"
  133. miCopy="&Copy"
  134. miCut="Cu&t"
  135. miDelete="&Delete"
  136. miEdit="&Edit"
  137. miFillBlock="&Fill Block"
  138. miFind="&Find..."
  139. miFindNext="Find &Next"
  140. miFindPrevious="Find Pr&evious"
  141. miFormat="For&mat"
  142. miIndentBlock="&Indent Block"
  143. miInsertCodeFromTemplate="In&sert Code From Template"
  144. miInvertCase="I&nvert Case"
  145. miMatchBraces="&Match Braces"
  146. miPaste="&Paste"
  147. miRedo="&Redo"
  148. miReformatParagraph="&Reformat Paragraph"
  149. miRemoveTrailingSpaces="Remove &Trailing Spaces"
  150. miReplace="&Replace..."
  151. miSelectAll="Select &All"
  152. miSelMatchBraces="Se&lect Text Between Braces"
  153. miSortText="&Sort Text"
  154. miToggleSelectionMode="T&oggle Selection Mode"
  155. miToLowerCase="To &Lower Case"
  156. miToUpperCase="To &Upper Case"
  157. miUndo="&Undo"
  158. miUnindentBlock="&Unindent Block"
  159. popCloseFile="C&lose File"
  160. popCopy="&Copy"
  161. popCut="Cu&t"
  162. popDelete="&Delete"
  163. popPaste="&Paste"
  164. popSelectAll="Select &All"
  165.  
  166. [fmOptions]
  167. FormCaption="Environment Options"
  168. btnApply="&Apply"
  169. btnCancel="Cancel"
  170. btnExecExtAdd="A&dd"
  171. btnExecExtDelete="De&lete"
  172. btnExecExtEdit="Ed&it"
  173. btnExtAdd="A&dd"
  174. btnExtRemove="&Remove"
  175. btnHelpFileEdit="&Edit"
  176. btnOK="OK"
  177. cbAllowMultipleInstances="A&llow multiple instances"
  178. cbAlterFileLoadMethod="A<ernate file load method"
  179. cbAutoIndent="Au&to indent"
  180. cbAutoUpdateChangedFiles="A&utomatically update changed files"
  181. cbBackupFile="&Backup file on save"
  182. cbBold="&Bold"
  183. cbCreateFileIfNoFileName="&Create new file when ConTEXT opens without file name"
  184. cbCursorAfterEOL="Allow &cursor after end of line"
  185. cbDetectFileChanges="&Detect file changes by other application"
  186. cbDosBackupFilename="Replace &original extension with .BAK"
  187. cbDragDropEditing="&Drag-drop editing"
  188. cbEnhanceHomeKey="Enhance HomeKey &positioning"
  189. cbExecCaptureOutput="&Capture console output"
  190. cbExecUseShortNames="&Use short DOS names"
  191. cbFindTextAtCursor="Fi&nd text at cursor"
  192. cbGroupUndo="Group undo"
  193. cbGutterVisible="&Gutter visible"
  194. cbHideMouseWhenTyping="Hide mouse cursor when t&yping"
  195. cbHighlightCurrentLine="High&light current line"
  196. cbItalic="&Italic"
  197. cbLineNumbers="&Line numbers"
  198. cbMinimizeIfNoFiles="&Minimize ConTEXT if no files open"
  199. cbMinimizeToTray="M&inimize to system tray"
  200. cbMultiLineTabs="Mul&tiline file tabs"
  201. cbOverrideTxtFgColor="&Override foreground text colors"
  202. cbRememberFindOptions="Remember &Find/Replace dialog options"
  203. cbRememberLastDir="R&emember last directory used"
  204. cbRightMarginVisible="Rig&ht margin visible"
  205. cbSaveFilePositions="&Remember editing positions"
  206. cbShowExecInfoDlg="S&how user exec completion dialog"
  207. cbShowFindReplaceInfoDlg="&Show find/replace information dialog"
  208. cbSmartTabs="S&mart tabs"
  209. cbTabIndent="Tab Indent"
  210. cbTrimTrailingSpaces="Trim trailing spaces"
  211. cbUnderline="&Underline"
  212. cbUndoAfterSave="Undo after sa&ve"
  213. cbVisibleFileTabsIcons="&Visible file tabs icons"
  214. gbConsoleFont="Output console font"
  215. gbFileAssociations=" File associations: "
  216. gbGutter="Gutter"
  217. gbHelpFiles="Help files"
  218. gbNewDocSettings="Default settings for a new document"
  219. labBg="Ba&ckground:"
  220. labBlockIndent="Bloc&k indent:"
  221. labCJavaBlockIndent="C/&Java block indent:"
  222. labConsoleFont="&Font:"
  223. labConsoleFontSize="&Size:"
  224. labDefaultSQLDialect="&Default SQL dialect:"
  225. labNewDocHighlighter="&Highlighter:"
  226. labNewDocFileFormat="File format:"
  227. labExecHint="&Hint:"
  228. labExecOptParameters="Optional parameters:"
  229. labExecParam_c="- current column number"
  230. labExecParam_e="- file extension"
  231. labExecParam_f="- file name only"
  232. labExecParam_ff="- file name without ext."
  233. labExecParam_l="- current line number"
  234. labExecParam_n="- file name with path"
  235. labExecParam_opt1="- - executes parameters input dialog"
  236. labExecParam_p="- file path only"
  237. labExecParam_pp="- file specific parameters"
  238. labExecParam_s="- 'Start in' directory"
  239. labExecParam_w="- word under cursor"
  240. labExecParam_percent="- percent sign"
  241. labExecParameters="&Parameters:"
  242. labExecSave="&Save:"
  243. labExecStartDir="S&tart in:"
  244. labExecute="E&xecute:"
  245. labExecWindow="&Window:"
  246. labFg="&Foreground:"
  247. labFileAssociationsHelp="Specify the file types/extensions that you wish to be opened automatically by ConTEXT when double clicked in the Explorer."
  248. labFont="&Font:"
  249. labFontSize="&Size:"
  250. labGutterWidth="G&utter width:"
  251. labHighlighter="&Highlighter:"
  252. labHighlighterDescription="Description:"
  253. labInsertCaret="&Insert caret:"
  254. labLanguage="&Language:"
  255. labLineSpacing="&Extra line spacing:"
  256. labOverwriteCaret="&Overwrite caret:"
  257. labExecParserRule="C&ompiler output parser rule:"
  258. labRightMargin="&Right margin:"
  259. labTabWidth="Tab &width:"
  260. pgAssociations="Associations"
  261. pgColors="Colors"
  262. pgEditor="Editor"
  263. pgExecKeys="Execute Keys"
  264. pgGeneral="General"
  265. pgMisc="Miscellaneous"
  266. pnAssocWait="Please wait while registry is being scanned..."
  267. pnSampleColor="Sample text"
  268. rbBackupDirCurrent="&Use current directory"
  269. rbBackupDirSelect="Bac&kup directory:"
  270.  
  271. [fmPrint]
  272. FormCaption="Print"
  273. btnCancel="Cancel"
  274. btnOK="OK"
  275. btnPageSetup="P&age Setup"
  276. btnPreview="P&review"
  277. btnProperties="&Properties"
  278. cbCollateCopies="C&ollate copies"
  279. cbLineNumbers="&Line Numbers"
  280. cbSelectedOnly="&Selected only"
  281. gbPrinter=" Printer "
  282. labCopiesNum="&Number of copies:"
  283. labPrinterName="Name:"
  284.  
  285. [fmPrnPreview]
  286. FormCaption="Print Preview"
  287. btnClose="&Close"
  288. popWholePage="&Whole page"
  289. popPageWidth="&Page width"
  290.  
  291. [fmPageSetup]
  292. FormCaption="Page Setup"
  293. btnCancel="Cancel"
  294. btnOK="OK"
  295. cbColors="&Use colors"
  296. cbFootBox="B&ox"
  297. cbFootLine="Line &above"
  298. cbFootMirror="Mirror &position"
  299. cbFootShadow="S&hadow"
  300. cbHeadBox="&Box"
  301. cbHeadLine="Line &under"
  302. cbHeadMirror="&Mirror position"
  303. cbHeadShadow="&Shadow"
  304. cbLineNumbers="&Line numbers"
  305. cbLineNumbersInMargin="&Print line numbers in margin"
  306. cbMirrorMargins="&Mirror margins"
  307. cbSyntaxPrint="&Syntax print"
  308. cbWrap="&Wrap lines"
  309. gbOptions="Options"
  310. gbTextOptions="Text options"
  311. labFootCenter="Ce&nter"
  312. labFooter="Footer"
  313. labFootLeft="L&eft"
  314. labFootLineColor="Line color"
  315. labFootRight="R&ight"
  316. labFootShadowColor="Shadow color"
  317. labGutter="&Gutter:"
  318. labHeadCenter="&Center"
  319. labHeader="Header"
  320. labHeadLeft="&Left"
  321. labHeadLineColor="Line color"
  322. labHeadRight="&Right"
  323. labHeadShadowColor="Shadow color"
  324. labMBottom="&Bottom:"
  325. labMFooter="&Footer:"
  326. labMHeader="&Header:"
  327. labMHFInternal="&Internal margin:"
  328. labMHFTLeftIndent="L&eft text indent:"
  329. labMHFTRightIndent="Right te&xt indent:"
  330. labMLeft="&Left:"
  331. labMRight="&Right:"
  332. labMTop="&Top:"
  333. labUnits="&Units:"
  334. pgGeneral="General"
  335. pgHeaderFooter="Header and footer"
  336. pgMargins="Margins"
  337. labFont="&Font:"
  338. labFontSize="Si&ze:"
  339.  
  340.  
  341. [fmMacroStartRecording]
  342. FormCaption="Start Macro Recording"
  343. btnCancel="Cancel"
  344. btnOK="OK"
  345. cbEnabled="&Enabled"
  346. labHotkey="&Hotkey:"
  347. labName="&Name:"
  348.  
  349. [fmMacroSelect]
  350. FormCaption="Macro Select"
  351. btnPlay="Play"
  352. btnCancel="Cancel"
  353. labMessage="&Select macro to play:"
  354.  
  355. [fmMacroManage]
  356. FormCaption="Manage Macros"
  357. btnCancel="Cancel"
  358. btnDelete="&Delete"
  359. btnEdit="&Edit"
  360. btnOK="OK"
  361.  
  362. [fmCustomizeType]
  363. FormCaption="Customize File Types"
  364. btnCancel="Cancel"
  365. btnEdit="&Edit"
  366. btnOK="OK"
  367. labHighlighters="&Highlighters and defined extensions:"
  368.  
  369. [fmAbout]
  370. FormCaption="About..."
  371. btnClose="Close"
  372.  
  373. [fmExport]
  374. FormCaption="Export File"
  375. btnCancel="Cancel"
  376. btnExport="Export"
  377. cbCreateFragment="&Create fragment"
  378. cbExportToClipboard="&Export to clipboard"
  379. cbSelectedOnly="&Selected only"
  380. gbOptions="Options"
  381. gbTextSettings="Text settings"
  382. labBackground="&Background:"
  383. labFontSize="&Font size:"
  384. labPlainText="&Plain text:"
  385. labTitle="&Title:"
  386.  
  387. [fmCodeTemplate]
  388. FormCaption="Code Template"
  389. labHighlighter="&Highlighter:"
  390. labTemplate="&Template:"
  391. labCode="&Code:"
  392. btnAdd="&Add"
  393. btnEdit="&Edit"
  394. btnDelete="&Delete"
  395. btnOK="&OK"
  396. btnCancel="Cancel"
  397.  
  398. [fmCodeTemplateEdit]
  399. FormCaption="Template Shortcut Edit"
  400. labShortcut="&Shortcut:"
  401. labDescription="&Description:"
  402. btnOK="OK"
  403. btnCancel="Cancel"
  404.  
  405. [fmFileList]
  406. FormCaption="File List"
  407. btnOK="OK"
  408. btnCancel="Cancel"
  409.  
  410.  
  411. /////////////////////////////////////////////////////////////////////////////
  412. //
  413. //  Dinamically created messages
  414. //
  415. /////////////////////////////////////////////////////////////////////////////
  416.  
  417. [Messages]
  418.  
  419. // Main window
  420. 01000="[not defined]"
  421. 01001="Cannot export flat text files."
  422. 01010="Close files"
  423. 01011="Close open files?"
  424. 01012="Confirm"
  425. 01013="File '%s' already exists.\nDo you want to replace it?"
  426. 01014="Access denied opening '%s'."
  427.  
  428. // Toolbar hints
  429. 01300="New file"
  430. 01301="Open file"
  431. 01302="Save file"
  432. 01303="Save all files"
  433. 01304="Close file"
  434. 01305="Print file"
  435. 01306="Print preview"
  436. 01307="Cut selected text to clipboard"
  437. 01308="Copy selected text to clipboard"
  438. 01309="Paste text from clipboard"
  439. 01310="Undo"
  440. 01311="Redo"
  441. 01312="Find text"
  442. 01313="Find next occurence"
  443. 01314="Replace text"
  444. 01315="Word wrap"
  445. 01316="Stay on top"
  446. 01317="Select active highlighter"
  447. 01318="Help"
  448.  
  449. // Customize file types window
  450. 02000="Extension edit"
  451. 02001="Enter extensions separated with commas"
  452.  
  453. // Editor window
  454. 03000="Modified"
  455. 03001="Insert"
  456. 03002="Overwrite"
  457. 03003="Recording"
  458. 03004="Sel: Normal"
  459. 03005="Sel: Column"
  460. 03006="File size:"
  461. 03007="ReadOnly"
  462. 03010="Error opening '%s'."
  463. 03011="Error saving '%s'."
  464. 03012="Error"
  465. 03013="File '%s' has been changed. Reload from disk?"
  466. 03014="File '%s' has been deleted. Keep file in editor?"
  467. 03015="File '%s' is modified. Save changes?"
  468. 03016="Error creating backup file: '%s'"
  469. 03017="File '%s' is read-only. Save file anyway?"
  470. 03020="Go to"
  471. 03021="Go to line:"
  472.  
  473. // Find/replace dialog
  474. 04000="Find Text"
  475. 04001="Replace Text"
  476. 04002="&Find"
  477. 04003="&Find Next"
  478. 04010="Search string '%s' not found."
  479. 04011="Replaced %d occurences of '%s' with '%s'."
  480. 04012="Stop macro execution?"
  481. 04020="Search Results"
  482.  
  483. // Macro parser messages
  484. 05001="Syntax error."
  485. 05002="'MacroBegin' keyword expected."
  486. 05003="'(' expected."
  487. 05004="')' expected."
  488. 05005="String expected."
  489. 05100="Macros syntax error"
  490. 05101="Error saving macro file '%s'."
  491.  
  492. // Macro select dialog
  493. 06500="Start Macro Recording"
  494. 06501="Edit Macro"
  495. 06502="Macros changed, but not saved. Save macro file now?"
  496. 06510="Name"
  497. 06511="Shortcut"
  498. 06512="Enabled"
  499.  
  500. // Start macro recording dialog
  501. 07000="This hotkey is used by editor."
  502. 07001="Macro with this hotkey is already defined. Should it be overwritten?"
  503.  
  504. // Options dialog
  505. 08000="User exec keys"
  506. 08001="Extension edit"
  507. 08002="Enter extensions separated with commas:"
  508. 08003="Delete user commands associated with '%s'?"
  509. 08010="ConTEXT associations"
  510. 08011="Enter file extension:"
  511. 08012="Delete association '%s'? Operation cannot be undone."
  512. 08013="Language will be changed when ConTEXT is restarted."
  513. 08014="Select backup directory"
  514. 08015="Associating executable files isn''t allowed."
  515. 08020="Do nothing"
  516. 08021="Create blank file"
  517. 08022="Open last file/project"
  518. 08100="Vertical"
  519. 08101="Horizontal"
  520. 08102="Half block"
  521. 08103="Block"
  522. 08110="&Custom color"
  523. 08111="&Default color"
  524. 08125="Hard tabs"
  525. 08126="Tabs to spaces"
  526. 08210="File type"
  527. 08211="Help file"
  528. 08300="Current file before execution"
  529. 08301="All files before execution"
  530. 08302="Nothing"
  531.  
  532. // Print dialogs
  533. 09000="Invalid number"
  534. 09010="There is no printer currently selected! To enable printing, please install printer driver and restart ConTEXT."
  535. 09020="Page:"
  536. 09050="First page"
  537. 09051="Previous page"
  538. 09052="Next page"
  539. 09053="Last page"
  540. 09054="Zoom"
  541. 09055="Print document"
  542.  
  543. // Page setup dialog toolbar button hints
  544. 09100="Page number"
  545. 09101="Total pages count"
  546. 09102="Time"
  547. 09103="Date"
  548. 09104="File name"
  549. 09105="Font"
  550. 09106="Bold"
  551. 09107="Italic"
  552. 09108="Underline"
  553.  
  554. // User exec
  555. 10000="Error creating pipe"
  556. 10001="Error executing sub-program"
  557. 10010="Enter optional parameter"
  558. 10011="Parameter:"
  559. 10012="No user command associated with extension '%s'.\nUse Environment Options / Execute Keys dialog to assign commands."
  560. 10013="Executing"
  561. 10014="Execution finished."
  562. 10015="Execution terminated by user."
  563. 10016="Terminate"
  564. 10020="Finished executing '%s'."
  565. 10030="&Copy contents to clipboard"
  566. 10031="C&lear"
  567. 10032="&Hide"
  568. 10033="Copy &selected line to clipboard"
  569. 10040="&Jump to error line"
  570. 10050="Output Console"
  571.  
  572. // Fill block
  573. 11000="Fill block"
  574. 11001="Enter text to fill selected block with:"
  575.  
  576. // Code template dialog
  577. 12000="Shortcut"
  578. 12001="Description"
  579.  
  580. // File explorer
  581. 13000="Add files to favorites"
  582. 13001="Remove selected files from list"
  583. 13002="Open selected files"
  584. 13003="Toggle show/hide path"
  585. 13004="Move item up"
  586. 13005="Move item down"
  587. 13006="Remove all files from list"
  588. 13010="Lar&ge Icons"
  589. 13011="S&mall Icons"
  590. 13012="&List"
  591. 13013="&Details"
  592. 13014="Favorites"
  593. 13015="View style"
  594. 13016="Up one level"
  595. 13017="&Filter"
  596. 13018="Select directory"
  597. 13020="&Add"
  598. 13021="&Remove"
  599. 13022="&Open"
  600. 13023="&Show Path"
  601. 13024="Move &Up"
  602. 13025="Move &Down"
  603. 13026="Remove A&ll"
  604. 13050="File Panel"
  605. 13051="File Explorer"
  606. 13052="Favorites"
  607. 13053="History"
  608. 13054="Project"
  609.  
  610. // Project files management toolbar hints
  611. 14000="Add file to project workspace"
  612. 14001="Add current editing file to list"
  613. 14002="Add all open files to list"
  614. 14003="Remove selected file from list"
  615. 14004="Open selected file for editing"
  616. 14005="Close selected file"
  617. 14006="Move selected item up"
  618. 14007="Move selected item down"
  619. 14008="Toggle relative file paths"
  620. 14009="Set Make file for this project"
  621. 14020="Add &Current File"
  622. 14021="A&dd All Files"
  623. 14022="&Close"
  624. 14023="Set &Make File"
  625. 14024="Create New Project Workspace"
  626.  
  627.